home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
myvcs
/
myvcsinf.dfm
/
myvcsinf.txt
Wrap
Text File
|
1995-12-22
|
1KB
|
68 lines
object MyVCSInfo: TMyVCSInfo
Left = 320
Top = 163
BorderStyle = bsDialog
Caption = 'Project Information'
ClientHeight = 355
ClientWidth = 543
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
TextHeight = 20
object Label2: TLabel
Left = 24
Top = 208
Width = 201
Height = 20
Caption = 'Current Project Form List'
end
object Label1: TLabel
Left = 24
Top = 64
Width = 192
Height = 20
Caption = 'Current Project Unit List'
end
object Label3: TLabel
Left = 24
Top = 8
Width = 127
Height = 20
Caption = 'Current Project:'
end
object UnitListBox: TListBox
Left = 24
Top = 88
Width = 497
Height = 105
ItemHeight = 20
TabOrder = 0
end
object FormListBox: TListBox
Left = 24
Top = 232
Width = 497
Height = 105
ItemHeight = 20
TabOrder = 1
end
object Edit1: TEdit
Left = 24
Top = 32
Width = 401
Height = 29
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 440
Top = 28
Width = 81
Height = 33
TabOrder = 3
Kind = bkOK
end
end